Skip to content

Commit

Permalink
[WATCHDOG] remove ARM26 sections
Browse files Browse the repository at this point in the history
Removes ARM26 sections from Kconfig and Makefile, because
ARM26 is long gone.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Paulius Zaleckas authored and Wim Van Sebroeck committed Apr 8, 2009
1 parent df6707b commit b8f75b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ config ORION5X_WATCHDOG
To compile this driver as a module, choose M here: the
module will be called orion5x_wdt.

# ARM26 Architecture

# AVR32 Architecture

config AT32AP700X_WDT
Expand Down
2 changes: 0 additions & 2 deletions drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o
obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o
obj-$(CONFIG_ORION5X_WATCHDOG) += orion5x_wdt.o

# ARM26 Architecture

# AVR32 Architecture
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o

Expand Down

0 comments on commit b8f75b0

Please sign in to comment.