[POWERPC] remove kernel module option for booke wdt
Remove option of making booke_wdt into a kernel module. This watchdog cannot be disabled. No point being a kernel module. Signed-off-by: Dave Jiang <djiang@mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
6ec367091a
commit
34f6d749c0
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ config MV64X60_WDT
|
||||||
depends on WATCHDOG && MV64X60
|
depends on WATCHDOG && MV64X60
|
||||||
|
|
||||||
config BOOKE_WDT
|
config BOOKE_WDT
|
||||||
tristate "PowerPC Book-E Watchdog Timer"
|
bool "PowerPC Book-E Watchdog Timer"
|
||||||
depends on WATCHDOG && (BOOKE || 4xx)
|
depends on WATCHDOG && (BOOKE || 4xx)
|
||||||
---help---
|
---help---
|
||||||
Please see Documentation/watchdog/watchdog-api.txt for
|
Please see Documentation/watchdog/watchdog-api.txt for
|
||||||
|
|
Loading…
Add table
Reference in a new issue