mv watchdog tree under drivers
move watchdog tree from drivers/char/watchdog to drivers/watchdog. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
parent
d85714d81c
commit
b7e04f8c61
|
@ -58,6 +58,8 @@ source "drivers/power/Kconfig"
|
|||
|
||||
source "drivers/hwmon/Kconfig"
|
||||
|
||||
source "drivers/watchdog/Kconfig"
|
||||
|
||||
source "drivers/ssb/Kconfig"
|
||||
|
||||
source "drivers/mfd/Kconfig"
|
||||
|
|
|
@ -66,7 +66,7 @@ obj-y += i2c/
|
|||
obj-$(CONFIG_W1) += w1/
|
||||
obj-$(CONFIG_POWER_SUPPLY) += power/
|
||||
obj-$(CONFIG_HWMON) += hwmon/
|
||||
obj-$(CONFIG_WATCHDOG) += char/watchdog/
|
||||
obj-$(CONFIG_WATCHDOG) += watchdog/
|
||||
obj-$(CONFIG_PHONE) += telephony/
|
||||
obj-$(CONFIG_MD) += md/
|
||||
obj-$(CONFIG_BT) += bluetooth/
|
||||
|
|
|
@ -649,8 +649,6 @@ config HVCS
|
|||
|
||||
source "drivers/char/ipmi/Kconfig"
|
||||
|
||||
source "drivers/char/watchdog/Kconfig"
|
||||
|
||||
config DS1620
|
||||
tristate "NetWinder thermometer support"
|
||||
depends on ARCH_NETWINDER
|
||||
|
|
Loading…
Reference in New Issue