diff options
author | Bin Meng | 2017-07-30 06:23:27 -0700 |
---|---|---|
committer | Bin Meng | 2017-08-01 20:17:02 +0800 |
commit | b9342b2cc69b41964ab31d4154913e72cc72c4b7 (patch) | |
tree | dba40aa1bbb1f6694c56ac39dbfc7192f68a0657 /configs/efi-x86_defconfig | |
parent | 1df7f0b6a00c2080c50de775b4ef621aad24c47e (diff) |
x86: kconfig: Move USB to platform Kconfig
Like other peripheral drivers, move USB related drivers to platform
Kconfig as well.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/efi-x86_defconfig')
-rw-r--r-- | configs/efi-x86_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig index 47843f7bdaa..d45932bcfc0 100644 --- a/configs/efi-x86_defconfig +++ b/configs/efi-x86_defconfig @@ -32,7 +32,5 @@ CONFIG_DEBUG_EFI_CONSOLE=y CONFIG_DEBUG_UART_BASE=0 CONFIG_DEBUG_UART_CLOCK=0 CONFIG_ICH_SPI=y -CONFIG_USB_STORAGE=y -CONFIG_USB_KEYBOARD=y CONFIG_EFI=y # CONFIG_EFI_LOADER is not set |