1config CMSDK_APB_WATCHDOG 2 bool 3 select PTIMER 4 5config WDT_IB6300ESB 6 bool 7 default y if PCI_DEVICES 8 depends on PCI 9 10config WDT_IB700 11 bool 12 default y 13 depends on ISA_BUS 14 15config WDT_DIAG288 16 bool 17 18config WDT_IMX2 19 bool 20 21config WDT_SBSA 22 bool 23 24config ALLWINNER_WDT 25 bool 26 select PTIMER 27