diff --git a/configs/Cyrus_P5020_defconfig b/configs/Cyrus_P5020_defconfig index 64954407313988f75c19ec7be9e3ae033d7965f3..5eb5660243b97befc54ce69bcd183daa4da387a6 100644 --- a/configs/Cyrus_P5020_defconfig +++ b/configs/Cyrus_P5020_defconfig @@ -26,4 +26,5 @@ CONFIG_SYS_NS16550=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_OF_LIBFDT=y diff --git a/configs/Cyrus_P5040_defconfig b/configs/Cyrus_P5040_defconfig index 4566abbb600ef7c21b0b8cc55bb01cb0286a810b..e33340bb2c0f03bd205f6c5f466754a790b5bf26 100644 --- a/configs/Cyrus_P5040_defconfig +++ b/configs/Cyrus_P5040_defconfig @@ -26,4 +26,5 @@ CONFIG_SYS_NS16550=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_OF_LIBFDT=y diff --git a/configs/MIP405_defconfig b/configs/MIP405_defconfig index 3eb5ddfbf0d4a7f582c894ac3d8105b587400c33..eee1811d5c79dde6b691d18a46074fc236967c62 100644 --- a/configs/MIP405_defconfig +++ b/configs/MIP405_defconfig @@ -21,5 +21,6 @@ CONFIG_CMD_FAT=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_CONSOLE_EXTRA_INFO=y CONFIG_VIDEO_CT69000=y diff --git a/configs/MPC8610HPCD_defconfig b/configs/MPC8610HPCD_defconfig index 398ae7f7748701f83c5c05640f20def9d24b54c6..ca8cb95d8cdb3587e5f56f877acc318af1a8c4c2 100644 --- a/configs/MPC8610HPCD_defconfig +++ b/configs/MPC8610HPCD_defconfig @@ -15,3 +15,5 @@ CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y +CONFIG_USB=y +CONFIG_USB_KEYBOARD=y diff --git a/configs/MPC8641HPCN_36BIT_defconfig b/configs/MPC8641HPCN_36BIT_defconfig index 131a2efb79d678ee228ee3dd64c9c33079c00522..6f8d8f5c859fa8ee624d8706d3ee067acf433e32 100644 --- a/configs/MPC8641HPCN_36BIT_defconfig +++ b/configs/MPC8641HPCN_36BIT_defconfig @@ -15,3 +15,5 @@ CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y +CONFIG_USB=y +CONFIG_USB_KEYBOARD=y diff --git a/configs/MPC8641HPCN_defconfig b/configs/MPC8641HPCN_defconfig index 81fa03d7414f2458f41956bf64d403066b0a6b5b..16163fcebe8777dd73d6fdce095bb52fc3257b75 100644 --- a/configs/MPC8641HPCN_defconfig +++ b/configs/MPC8641HPCN_defconfig @@ -14,3 +14,5 @@ CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y +CONFIG_USB=y +CONFIG_USB_KEYBOARD=y diff --git a/configs/PIP405_defconfig b/configs/PIP405_defconfig index d30626bde12fd6ecdb563087d2a93597b42f495c..707b6c080281bb4a55c76241d4f1fd3a8f146bbc 100644 --- a/configs/PIP405_defconfig +++ b/configs/PIP405_defconfig @@ -21,5 +21,6 @@ CONFIG_CMD_FAT=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_CONSOLE_EXTRA_INFO=y CONFIG_VIDEO_CT69000=y diff --git a/configs/VCMA9_defconfig b/configs/VCMA9_defconfig index da568a167bbada01a638b643ff494a2bacefc181..e464c21ab3cc117df017897f7ca92e82cd4e404a 100644 --- a/configs/VCMA9_defconfig +++ b/configs/VCMA9_defconfig @@ -14,3 +14,4 @@ CONFIG_CMD_FAT=y CONFIG_CMD_UBI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y diff --git a/configs/at91rm9200ek_defconfig b/configs/at91rm9200ek_defconfig index e6569aa222564a9540d18294fe10836802d37bf1..b6db8c41901b0e2614944b7cb231b25667a06c6f 100644 --- a/configs/at91rm9200ek_defconfig +++ b/configs/at91rm9200ek_defconfig @@ -16,4 +16,5 @@ CONFIG_CMD_PING=y CONFIG_CMD_FAT=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_OF_LIBFDT=y diff --git a/configs/at91rm9200ek_ram_defconfig b/configs/at91rm9200ek_ram_defconfig index ad814001f17b41094ef9f7a0c0740abc85b38ebe..e042f0bc28dc53b3f6fde64541ab805d97d0e99d 100644 --- a/configs/at91rm9200ek_ram_defconfig +++ b/configs/at91rm9200ek_ram_defconfig @@ -17,4 +17,5 @@ CONFIG_CMD_PING=y CONFIG_CMD_FAT=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_OF_LIBFDT=y diff --git a/configs/bayleybay_defconfig b/configs/bayleybay_defconfig index a07d5d41179ee8ece1fe94f209b2b6e2b4bf08a3..6daa675eb30a38077e4b594aaa8c53eff86abf5d 100644 --- a/configs/bayleybay_defconfig +++ b/configs/bayleybay_defconfig @@ -55,6 +55,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y diff --git a/configs/cgtqmx6eval_defconfig b/configs/cgtqmx6eval_defconfig index c6ec3d1e203b4a7d8185d826cfdf974d90fc75a2..a2df031ddd190136b0e561e4589a005f335cbf86 100644 --- a/configs/cgtqmx6eval_defconfig +++ b/configs/cgtqmx6eval_defconfig @@ -45,6 +45,7 @@ CONFIG_DFU_MMC=y CONFIG_DFU_SF=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index 1ba72a84321626a7fc382a760b04207efa344783..782123bbb2250175ff1311d0845fbbb3a9fea7ff 100644 --- a/configs/chromebook_link_defconfig +++ b/configs/chromebook_link_defconfig @@ -58,6 +58,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y diff --git a/configs/chromebook_samus_defconfig b/configs/chromebook_samus_defconfig index 657a0754f1d8fea1282d5a83754fb20fed2f940c..e08dffce0c0e0adb3f98ea8566ae0375698e5e9d 100644 --- a/configs/chromebook_samus_defconfig +++ b/configs/chromebook_samus_defconfig @@ -56,6 +56,7 @@ CONFIG_TPM_TIS_LPC=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_DM_VIDEO=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig index 880aa4fc00718886d5c612ed1ae25ad53de5f873..8bf94cbd83f99bf952e27b95c3847caa05635046 100644 --- a/configs/chromebox_panther_defconfig +++ b/configs/chromebox_panther_defconfig @@ -50,6 +50,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y diff --git a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig index 3ff789751de1b900edbe82ca83308ba5d87e74e0..2b317b89bad371ec6fa562d60457e7e570686c93 100644 --- a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig +++ b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig @@ -63,6 +63,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_114=y diff --git a/configs/conga-qeval20-qa3-e3845_defconfig b/configs/conga-qeval20-qa3-e3845_defconfig index 2b7a56f09d1e43f3d2be78871be8b843898205e1..e4d1e0dbc80523a4f89b5912f1760fab10cf09c1 100644 --- a/configs/conga-qeval20-qa3-e3845_defconfig +++ b/configs/conga-qeval20-qa3-e3845_defconfig @@ -62,6 +62,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_114=y diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig index 0606960eb6da499a558a90837a8488f48a25a557..352055a189e1205eaa58bd8a663bc87767675618 100644 --- a/configs/coreboot-x86_defconfig +++ b/configs/coreboot-x86_defconfig @@ -43,6 +43,7 @@ CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_COREBOOT=y +CONFIG_USB_KEYBOARD=y CONFIG_CONSOLE_SCROLL_LINES=5 CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_TPM=y diff --git a/configs/cougarcanyon2_defconfig b/configs/cougarcanyon2_defconfig index 949a8fcb7b5224be25b8de7980b75508feb8f2dd..233fe09a8ebd735624f3c50f7e66b3727746ce2b 100644 --- a/configs/cougarcanyon2_defconfig +++ b/configs/cougarcanyon2_defconfig @@ -34,4 +34,5 @@ CONFIG_TIMER=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index 1f9a6ad3958f0db98d21942185aafa26a40a5269..402d141017ba3d65833611123c714eaa0856784f 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -49,6 +49,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_CONSOLE_SCROLL_LINES=5 diff --git a/configs/dfi-bt700-q7x-151_defconfig b/configs/dfi-bt700-q7x-151_defconfig index 217acb26a9b5de7dbe21597611cc5384ad54d4ef..897c48d54b399a1e9392d62d14851671231f915b 100644 --- a/configs/dfi-bt700-q7x-151_defconfig +++ b/configs/dfi-bt700-q7x-151_defconfig @@ -60,6 +60,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_114=y diff --git a/configs/dms-ba16-1g_defconfig b/configs/dms-ba16-1g_defconfig index 866586debe62410d59a0470c7e395e2042062f0c..859ea1fb7641ac6510e467c7de932694a98b11e2 100644 --- a/configs/dms-ba16-1g_defconfig +++ b/configs/dms-ba16-1g_defconfig @@ -29,6 +29,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_USB=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/dms-ba16_defconfig b/configs/dms-ba16_defconfig index e9b0fabf0de2fa7ec8c4cffcefad90195b6a59f5..c460f60b201af91bbb5b247aa98e2d8070f04157 100644 --- a/configs/dms-ba16_defconfig +++ b/configs/dms-ba16_defconfig @@ -28,6 +28,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_USB=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig index ce4ca8433ff96e493431a24614672c836472c9e7..b31c73b71e76aed09015e25be429bb8c1d28c4f6 100644 --- a/configs/efi-x86_defconfig +++ b/configs/efi-x86_defconfig @@ -32,4 +32,5 @@ CONFIG_ICH_SPI=y CONFIG_TIMER=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_EFI=y diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index c66f24a1e864e19d5768dc7f8307e8bc679ccd85..0220357e067745a091d52b95d8ab3abebcbd65a7 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -50,4 +50,5 @@ CONFIG_TIMER=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/gwventana_defconfig b/configs/gwventana_defconfig index a93b7089a56303ff880cafad56396f5367574d63..c1a3c1c7857ed26b734d390abaf81e114edf8230 100644 --- a/configs/gwventana_defconfig +++ b/configs/gwventana_defconfig @@ -49,6 +49,7 @@ CONFIG_E1000=y CONFIG_DM_SERIAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig index bba3a7e406001614b95013041bc17fede0ddce7e..0706ddfe738d386baa6e97aeaf22f93659b0ad84 100644 --- a/configs/minnowmax_defconfig +++ b/configs/minnowmax_defconfig @@ -59,6 +59,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y diff --git a/configs/mx6cuboxi_defconfig b/configs/mx6cuboxi_defconfig index b2c59a45fa07f76aba9e06f865f256874aa47a14..3f0077360331246474ebabee91df8aa4194101d2 100644 --- a/configs/mx6cuboxi_defconfig +++ b/configs/mx6cuboxi_defconfig @@ -34,4 +34,5 @@ CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y # CONFIG_VIDEO_SW_CURSOR is not set +CONFIG_USB_KEYBOARD=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx6qsabrelite_defconfig b/configs/mx6qsabrelite_defconfig index 53795d0fe876a879538cea09b98382b984edaf28..99e7e0b1d4946f7e678dadecc0de32c1a65577e9 100644 --- a/configs/mx6qsabrelite_defconfig +++ b/configs/mx6qsabrelite_defconfig @@ -32,6 +32,7 @@ CONFIG_SPI_FLASH_SST=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/nitrogen6dl2g_defconfig b/configs/nitrogen6dl2g_defconfig index a6ccb92938c48bd2806ff968961cc72618658b68..8342d353ab30771ad989a32ebd3f05b48289c578 100644 --- a/configs/nitrogen6dl2g_defconfig +++ b/configs/nitrogen6dl2g_defconfig @@ -30,6 +30,7 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/nitrogen6dl_defconfig b/configs/nitrogen6dl_defconfig index 0558a08654893ae5bab367862ad1b83735de0e8d..262467838e86619dc5c55f8b453db5273c5bc13d 100644 --- a/configs/nitrogen6dl_defconfig +++ b/configs/nitrogen6dl_defconfig @@ -30,6 +30,7 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/nitrogen6q2g_defconfig b/configs/nitrogen6q2g_defconfig index 23cd772d6cb5ac36da7b3a5559cc6293154bb960..06f44fd32a1b7b00d16597d2a8d74b77ff4c3087 100644 --- a/configs/nitrogen6q2g_defconfig +++ b/configs/nitrogen6q2g_defconfig @@ -30,6 +30,7 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/nitrogen6q_defconfig b/configs/nitrogen6q_defconfig index b5f1ec48bb874d8c9a379434adf09a9e8d501609..289338961f7972c14803df8fd478c87ea447ba43 100644 --- a/configs/nitrogen6q_defconfig +++ b/configs/nitrogen6q_defconfig @@ -30,6 +30,7 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/nitrogen6s1g_defconfig b/configs/nitrogen6s1g_defconfig index 77bc9896d6cd99728390c5fa0936d4eec73dce1a..9419fe9256818d076319143c0fc3042d9a7b7045 100644 --- a/configs/nitrogen6s1g_defconfig +++ b/configs/nitrogen6s1g_defconfig @@ -30,6 +30,7 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/nitrogen6s_defconfig b/configs/nitrogen6s_defconfig index f536b84aa11fa4fc22c4ed92dbd5066e084c612d..30e94f8736dff4a339650bcf0be474103e5dbecb 100644 --- a/configs/nitrogen6s_defconfig +++ b/configs/nitrogen6s_defconfig @@ -30,6 +30,7 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/novena_defconfig b/configs/novena_defconfig index 6b469b153aad58a135b40145623bcd90a8cd334f..a521542e7034d83f77c72f0705abebf435a19d18 100644 --- a/configs/novena_defconfig +++ b/configs/novena_defconfig @@ -37,6 +37,7 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y # CONFIG_VIDEO_SW_CURSOR is not set diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig index fc46ef89b373d8698b8aed3fb90697163dda8e38..f593110f7b3118aadb3fd6aab4bbad624aeb5ad9 100644 --- a/configs/qemu-x86_defconfig +++ b/configs/qemu-x86_defconfig @@ -46,6 +46,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_111=y diff --git a/configs/qemu-x86_efi_payload32_defconfig b/configs/qemu-x86_efi_payload32_defconfig index 6a08a0f5e16719bf96093bf791f69a8f5aabeb11..e65fa7828325478dddd0c94ce92ef53d27053a97 100644 --- a/configs/qemu-x86_efi_payload32_defconfig +++ b/configs/qemu-x86_efi_payload32_defconfig @@ -43,6 +43,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_111=y diff --git a/configs/qemu-x86_efi_payload64_defconfig b/configs/qemu-x86_efi_payload64_defconfig index ed12b7a9191f66fb389c5098682ede14b035cf25..c081ead86cb391e24936f207622b472b1ed08a3f 100644 --- a/configs/qemu-x86_efi_payload64_defconfig +++ b/configs/qemu-x86_efi_payload64_defconfig @@ -43,6 +43,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_111=y diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index fc34f00e61aa523eddc40d933f135c713db0b94f..bddee4300aec1b2661e4335e7a80e8cdfd0cdf39 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -23,6 +23,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_CONSOLE_SCROLL_LINES=10 +CONFIG_USB_KEYBOARD=y CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT=y diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index 9c372bc8422f28ad9da8219e5d43350c2bfc6e76..00b6ff4eb87a13db0142f34eb68e82db33269f8b 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -25,6 +25,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_CONSOLE_SCROLL_LINES=10 +CONFIG_USB_KEYBOARD=y CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT=y diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 9c086329959740b02adbbf8fcc183a39270c1cab..9b6a72f04d548d5a0ff51e9ff978998a8103cfc8 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -24,6 +24,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_CONSOLE_SCROLL_LINES=10 +CONFIG_USB_KEYBOARD=y CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT=y diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index b2c55cc92b001e5dc9c589f37d19942f471ae71b..861a9796a7e47664a438f7165313257c578afc61 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -23,6 +23,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_CONSOLE_SCROLL_LINES=10 +CONFIG_USB_KEYBOARD=y CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT=y diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig index 2457b11040679d4753b5e9187e95270095cded49..34947a8ad21d4930c60a71a404afbac3ca893ffd 100644 --- a/configs/seaboard_defconfig +++ b/configs/seaboard_defconfig @@ -40,6 +40,7 @@ CONFIG_DM_USB=y CONFIG_USB_ULPI_VIEWPORT=y CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/smdk2410_defconfig b/configs/smdk2410_defconfig index d6aa2dd4c4f3313a2190f8a387283a2aa0327f22..c84ce521a35dd5e65b9fc1c291c4d587b0f11e23 100644 --- a/configs/smdk2410_defconfig +++ b/configs/smdk2410_defconfig @@ -14,3 +14,4 @@ CONFIG_CMD_FAT=y CONFIG_CMD_UBI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y diff --git a/configs/som-db5800-som-6867_defconfig b/configs/som-db5800-som-6867_defconfig index da2fba0093edc49a998fde5866d1e0e0c5658a3b..3980cf53142ab16b43910faf9e01061b25e2d97b 100644 --- a/configs/som-db5800-som-6867_defconfig +++ b/configs/som-db5800-som-6867_defconfig @@ -57,6 +57,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 87dce3665c9af3805c4ef77b62eb0ebaf0e5a7e2..81468520a17b79666f4641b7f78e764a8dd7bfc3 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -31,6 +31,7 @@ CONFIG_DM=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y diff --git a/configs/theadorable-x86-dfi-bt700_defconfig b/configs/theadorable-x86-dfi-bt700_defconfig index c58837e12c81bccee1675df0683515ab98167626..51cdcba476f5c0fd3b0f11ae0671958a0495ec66 100644 --- a/configs/theadorable-x86-dfi-bt700_defconfig +++ b/configs/theadorable-x86-dfi-bt700_defconfig @@ -57,6 +57,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_114=y diff --git a/configs/ventana_defconfig b/configs/ventana_defconfig index 33ca0bd3fb0374efb48d1f547c9d1abbeb722e54..c86c0d9955f6e365480076a1d05af0f849514f3c 100644 --- a/configs/ventana_defconfig +++ b/configs/ventana_defconfig @@ -39,6 +39,7 @@ CONFIG_DM_USB=y CONFIG_USB_ULPI_VIEWPORT=y CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 723103fb21f6e87c69922df9affd4494821bfec2..92b82edb0866b445b4653c05627806c07c96f1a9 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -343,7 +343,6 @@ ************************************************************/ #if !defined(CONFIG_TARGET_MIP405T) #define CONFIG_USB_UHCI -#define CONFIG_USB_KEYBOARD /* Enable needed helper functions */ #define CONFIG_SYS_STDIO_DEREGISTER /* needs stdio_deregister */ diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 5981755a925e61273e996bd13b48c72e732e2f67..4021be7b1903b0f3bcd922a9ec02d11f2eed5ef8 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -283,7 +283,6 @@ ************************************************************/ #define CONFIG_PCI_OHCI 1 #define CONFIG_USB_OHCI_NEW 1 -#define CONFIG_USB_KEYBOARD 1 #define CONFIG_SYS_STDIO_DEREGISTER #define CONFIG_SYS_USB_EVENT_POLL 1 #define CONFIG_SYS_USB_OHCI_SLOT_NAME "ohci_pci" diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 11b10bcfbe6fa6ac1930c1534206af2341baba8a..94a9399aff4f79a8a25a4077adebeaa75dd445dc 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -361,7 +361,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); ************************************************************/ #define CONFIG_PCI_OHCI 1 #define CONFIG_USB_OHCI_NEW 1 -#define CONFIG_USB_KEYBOARD 1 #define CONFIG_SYS_STDIO_DEREGISTER #define CONFIG_SYS_USB_EVENT_POLL 1 #define CONFIG_SYS_USB_OHCI_SLOT_NAME "ohci_pci" diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 05be2b25595bc9f2661d95cc4a83fee582c53e65..f02967bef104437cb3318ccf03611fec43554809 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -303,7 +303,6 @@ * USB support ************************************************************/ #define CONFIG_USB_UHCI -#define CONFIG_USB_KEYBOARD /* Enable needed helper functions */ #define CONFIG_SYS_STDIO_DEREGISTER /* needs stdio_deregister */ diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index e0124176f6dedb10e06fb8b911f62c1ccbbfaa4b..75c6d50c6fb7af692057de54eaeb782b5436edba 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -100,7 +100,6 @@ /* USB support (currently only works with D-cache off) */ #define CONFIG_USB_OHCI #define CONFIG_USB_OHCI_S3C24XX -#define CONFIG_USB_KEYBOARD #define CONFIG_DOS_PARTITION /* Enable needed helper functions */ diff --git a/include/configs/advantech_dms-ba16.h b/include/configs/advantech_dms-ba16.h index 2341e9729d1694fae35cb3cc4be44c42a6d79590..4b8723fe576ca362cb3003bdc2c622b2fb1e487e 100644 --- a/include/configs/advantech_dms-ba16.h +++ b/include/configs/advantech_dms-ba16.h @@ -69,7 +69,6 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP #define CONFIG_USBD_HS diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h index 3cc8d899e7685cd369113b89f42d23e278fc2a5c..ed0daf527697c7a3c9e7c128854b1ba9f7084e6d 100644 --- a/include/configs/at91rm9200ek.h +++ b/include/configs/at91rm9200ek.h @@ -144,7 +144,6 @@ #define CONFIG_USB_ATMEL 1 #define CONFIG_USB_ATMEL_CLK_SEL_PLLB #define CONFIG_USB_OHCI_NEW 1 -#define CONFIG_USB_KEYBOARD 1 #define CONFIG_DOS_PARTITION 1 #define CONFIG_SYS_USB_OHCI_CPU_INIT 1 diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index d474bc168cbed84a5399635329fdec7d03044633..bccfedf3dfd0ea62fd3ff3ab10a7b522f622c2ef 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -74,7 +74,6 @@ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 /* Enabled USB controller number */ -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP #define CONFIG_USBD_HS diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index eeb59fe2ef50b2570dd1f3ac5d4396a1ab6f8c95..cb85c6b21f4875d758f1344a498f98f68d709f31 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -446,7 +446,6 @@ #define CONFIG_USB_EHCI_FSL #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #define CONFIG_EHCI_IS_TDI -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_STDIO_DEREGISTER #define CONFIG_SYS_USB_EVENT_POLL /* _VIA_CONTROL_EP */ diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index ae3b1e4ac63f2042691914ef8f3e38972d02ba92..79a814e6873bfd0b6d5ca272792163e74b593eb1 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -84,7 +84,6 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP #define CONFIG_CI_UDC diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 83a14531f579ab53ee3258f17f8d3cb77ac1f1e1..ea3e865dd38777724b80c05c3d10a5ecaa524659 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -167,7 +167,6 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 -#define CONFIG_USB_KEYBOARD #define CONFIG_USBD_HS #define CONFIG_USB_ETHER #define CONFIG_USB_ETH_CDC diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 82957d62831ba66066d937f169555211e4fdc7e4..446b3bc17b55ba64324db7c4f5869a6d8277901d 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -52,7 +52,6 @@ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL #define CONFIG_PREBOOT \ "if hdmidet; then " \ diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index b32e49ed02080b880ba6df63209f57dabc06559a..8ab2486d2adeca9c45bd574ccb685feb84a4aab8 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -85,7 +85,6 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP /* Miscellaneous commands */ diff --git a/include/configs/novena.h b/include/configs/novena.h index 0983b96c5005ae0cf6b7397b6a80604e606f57c2..ee4267a82257f961f0f2ac9b772628ae0584696f 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -142,7 +142,6 @@ #ifdef CONFIG_CMD_USB #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_MX6 -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_STDIO_DEREGISTER #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP #define CONFIG_USB_HOST_ETHER diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 7fe469cf64bba81cbd9945c02311a8965341d8d5..25a90cc2e2bffbfdfbc40a8e9176e4ae8cb5eadd 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -100,7 +100,6 @@ #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_TFTP_TSIZE #define CONFIG_MISC_INIT_R -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL #define CONFIG_SYS_STDIO_DEREGISTER #endif diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index fe684378ff0f364d4398f03cdc652e998fcf3b5a..2b6509a7a2ba9d51f5b4380c1fe13d0aadfd3c59 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -57,7 +57,6 @@ #define CONFIG_KEYBOARD /* USB keyboard */ -#define CONFIG_USB_KEYBOARD /* LCD support */ #define CONFIG_SYS_WHITE_ON_BLACK diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index f76fa75883b964b6a793b38a75f0b197ceaf397d..1578310bbc8b0ea02bcac9ce5f4fb3b91834812f 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -50,7 +50,6 @@ ************************************************************/ #define CONFIG_USB_OHCI #define CONFIG_USB_OHCI_S3C24XX -#define CONFIG_USB_KEYBOARD #define CONFIG_DOS_PARTITION /************************************************************ diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index f610b712cea488b8b622fd755807b5138d64298a..b541937acd11d1fadb79839ae630dd8f155ec4ef 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -114,7 +114,6 @@ #define CONFIG_USBD_HS #define CONFIG_USB_FUNCTION_MASS_STORAGE #endif /* CONFIG_CMD_USB_MASS_STORAGE */ -#define CONFIG_USB_KEYBOARD #ifdef CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE #define CONFIG_SYS_STDIO_DEREGISTER diff --git a/include/configs/ventana.h b/include/configs/ventana.h index d3843d48635e7d6be4a0b69156f385248f8d4a14..7a388698eb63316d1e0cbe5cebe6765ec541f0c4 100644 --- a/include/configs/ventana.h +++ b/include/configs/ventana.h @@ -42,7 +42,6 @@ /* General networking support */ /* USB keyboard */ -#define CONFIG_USB_KEYBOARD /* LCD support */ #define CONFIG_SYS_WHITE_ON_BLACK diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 90bdab3eb0f88b2172ec5d54fc4e64b82dabbbd4..f2c2b504ffc5f652ec0a2787b17bdb3a6b39a591 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -160,7 +160,6 @@ #define CONFIG_USB_EHCI_PCI #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 12 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL #define CONFIG_USB_HOST_ETHER