diff options
author | Tom Rini <trini@konsulko.com> | 2016-01-28 10:07:22 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-28 10:07:22 -0500 |
commit | 4b5a4a0535e280279e8cab93ba6d4aad53896bda (patch) | |
tree | 4fa29a88ad6e46ed889b65fef753f835a3685a67 /drivers/misc/Kconfig | |
parent | cd85bec36d0e0d16fedb00e0c434ed070a9c6b37 (diff) | |
parent | 81aaa3d9fce5ce9641e5f0c3354da876d859b3b6 (diff) | |
download | u-boot-imx-4b5a4a0535e280279e8cab93ba6d4aad53896bda.zip u-boot-imx-4b5a4a0535e280279e8cab93ba6d4aad53896bda.tar.gz u-boot-imx-4b5a4a0535e280279e8cab93ba6d4aad53896bda.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index cba2363..af8667f 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -130,4 +130,12 @@ config RESET effect a reset. The uclass will try all available drivers when reset_walk() is called. +config WINBOND_W83627 + bool "Enable Winbond Super I/O driver" + help + If you say Y here, you will get support for the Winbond + W83627 Super I/O driver. This can be used to enable the + legacy UART or other devices in the Winbond Super IO chips + on X86 platforms. + endmenu |