watchdog: Hide WATCHDOG_RESET_DISABLE
authorMichael Walle <michael@walle.cc>
Thu, 24 Sep 2020 08:09:15 +0000 (10:09 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 1 Nov 2020 14:57:35 +0000 (15:57 +0100)
commit95b3d6a4191a5708f1259255fea6cf22f7dc2135
treee385d4613fa47d2c90d30e592d51c428297c0114
parente98d83471344364d783e9f66962ee63c8c21cda5
watchdog: Hide WATCHDOG_RESET_DISABLE

This option is only supported by the IMX watchdog and seems to be
similar to CONFIG_WATCHDOG.

Move it below the IMX watchdog and make it dependent on IMX_WATCHDOG.

Signed-off-by: Michael Walle <michael@walle.cc>
drivers/watchdog/Kconfig