Commit e628a0c1fdcdcde69037822feb27d81d02e7658c

Authored by Guenter Roeck
1 parent 98078ca34a

watchdog: pnx833x_wdt: Mark as broken

pnx833x_wdt does not compile if enabled. Bit operations expect an unsigned
long as argument. If that is fixed, the build still fails because put_user,
get_user, and copy_to_user are undefined.

Mark it as broken.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/watchdog/Kconfig
... ... @@ -1401,6 +1401,7 @@
1401 1401 config PNX833X_WDT
1402 1402 tristate "PNX833x Hardware Watchdog"
1403 1403 depends on SOC_PNX8335
  1404 + depends on BROKEN
1404 1405 help
1405 1406 Hardware driver for the PNX833x's watchdog. This is a
1406 1407 watchdog timer that will reboot the machine after a programmable