mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
configs: ns3: enable sp805 watchdog driver
Enable sp805 watchdog driver for ns3. Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0af7459a5c
commit
db3d7fd75a
1 changed files with 2 additions and 0 deletions
|
@ -37,5 +37,7 @@ CONFIG_PINCTRL=y
|
||||||
CONFIG_PINCTRL_SINGLE=y
|
CONFIG_PINCTRL_SINGLE=y
|
||||||
CONFIG_DM_SERIAL=y
|
CONFIG_DM_SERIAL=y
|
||||||
CONFIG_SYS_NS16550=y
|
CONFIG_SYS_NS16550=y
|
||||||
|
CONFIG_WDT=y
|
||||||
|
CONFIG_WDT_SP805=y
|
||||||
CONFIG_FAT_WRITE=y
|
CONFIG_FAT_WRITE=y
|
||||||
CONFIG_SPL_OF_LIBFDT=y
|
CONFIG_SPL_OF_LIBFDT=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue