mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-14 01:51:39 +00:00
20 lines
560 B
Diff
20 lines
560 B
Diff
diff --git a/u-boot/arch/arm/Kconfig b/u-boot/arch/arm/Kconfig
|
|
index 0ed36cded..0882209ef 100644
|
|
--- a/u-boot/arch/arm/Kconfig
|
|
+++ b/u-boot/arch/arm/Kconfig
|
|
@@ -581,7 +581,6 @@ config ARCH_SUNXI
|
|
select DM
|
|
select DM_ETH
|
|
select DM_GPIO
|
|
- select DM_KEYBOARD
|
|
select DM_SERIAL
|
|
select DM_USB if DISTRO_DEFAULTS
|
|
select OF_BOARD_SETUP
|
|
@@ -592,7 +591,6 @@ config ARCH_SUNXI
|
|
select SYS_NS16550
|
|
select USB if DISTRO_DEFAULTS
|
|
select USB_STORAGE if DISTRO_DEFAULTS
|
|
- select USB_KEYBOARD if DISTRO_DEFAULTS
|
|
select USE_TINY_PRINTF
|
|
|
|
config TARGET_TS4600
|