mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: Add missing kernel configuration options
This fixes compile of the bmips target. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
7200044e40
commit
6a8f5a5d92
@ -198,7 +198,6 @@ CONFIG_HZ_FIXED=0
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_BCM2708 is not set
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
# CONFIG_I2C_BRCMSTB is not set
|
||||
CONFIG_INPUT=y
|
||||
CONFIG_INPUT_MOUSEDEV=y
|
||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
||||
|
@ -251,7 +251,6 @@ CONFIG_HZ_FIXED=0
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_BCM2708 is not set
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
# CONFIG_I2C_BRCMSTB is not set
|
||||
CONFIG_INPUT=y
|
||||
CONFIG_INPUT_MOUSEDEV=y
|
||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
||||
|
@ -248,7 +248,6 @@ CONFIG_HW_RANDOM_BCM2835=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_BCM2708 is not set
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
# CONFIG_I2C_BRCMSTB is not set
|
||||
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
|
||||
CONFIG_INPUT=y
|
||||
CONFIG_INPUT_MOUSEDEV=y
|
||||
|
@ -255,7 +255,6 @@ CONFIG_HW_RANDOM_IPROC_RNG200=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_BCM2708 is not set
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
# CONFIG_I2C_BRCMSTB is not set
|
||||
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
|
||||
CONFIG_INPUT=y
|
||||
CONFIG_INPUT_MOUSEDEV=y
|
||||
|
@ -126,6 +126,7 @@ CONFIG_AEABI=y
|
||||
# CONFIG_AF_RXRPC_INJECT_LOSS is not set
|
||||
# CONFIG_AF_RXRPC_IPV6 is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_BRCM is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_IMX is not set
|
||||
# CONFIG_AHCI_MVEBU is not set
|
||||
@ -2340,6 +2341,7 @@ CONFIG_HZ_100=y
|
||||
# CONFIG_I2C_AU1550 is not set
|
||||
# CONFIG_I2C_BCM2835 is not set
|
||||
# CONFIG_I2C_BCM_IPROC is not set
|
||||
# CONFIG_I2C_BRCMSTB is not set
|
||||
# CONFIG_I2C_CADENCE is not set
|
||||
# CONFIG_I2C_CBUS_GPIO is not set
|
||||
# CONFIG_I2C_CHARDEV is not set
|
||||
@ -3407,6 +3409,7 @@ CONFIG_MMC_BLOCK_MINORS=8
|
||||
# CONFIG_MMC_SDHCI_ACPI is not set
|
||||
# CONFIG_MMC_SDHCI_AM654 is not set
|
||||
# CONFIG_MMC_SDHCI_BCM_KONA is not set
|
||||
# CONFIG_MMC_SDHCI_BRCMSTB is not set
|
||||
# CONFIG_MMC_SDHCI_CADENCE is not set
|
||||
# CONFIG_MMC_SDHCI_F_SDH30 is not set
|
||||
# CONFIG_MMC_SDHCI_IPROC is not set
|
||||
|
@ -129,6 +129,7 @@ CONFIG_AEABI=y
|
||||
# CONFIG_AF_RXRPC_INJECT_LOSS is not set
|
||||
# CONFIG_AF_RXRPC_IPV6 is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_BRCM is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_IMX is not set
|
||||
# CONFIG_AHCI_MVEBU is not set
|
||||
@ -2466,6 +2467,7 @@ CONFIG_HZ_100=y
|
||||
# CONFIG_I2C_AU1550 is not set
|
||||
# CONFIG_I2C_BCM2835 is not set
|
||||
# CONFIG_I2C_BCM_IPROC is not set
|
||||
# CONFIG_I2C_BRCMSTB is not set
|
||||
# CONFIG_I2C_CADENCE is not set
|
||||
# CONFIG_I2C_CBUS_GPIO is not set
|
||||
# CONFIG_I2C_CHARDEV is not set
|
||||
@ -3576,6 +3578,7 @@ CONFIG_MMC_BLOCK_MINORS=8
|
||||
# CONFIG_MMC_SDHCI_ACPI is not set
|
||||
# CONFIG_MMC_SDHCI_AM654 is not set
|
||||
# CONFIG_MMC_SDHCI_BCM_KONA is not set
|
||||
# CONFIG_MMC_SDHCI_BRCMSTB is not set
|
||||
# CONFIG_MMC_SDHCI_CADENCE is not set
|
||||
# CONFIG_MMC_SDHCI_F_SDH30 is not set
|
||||
# CONFIG_MMC_SDHCI_IPROC is not set
|
||||
|
Loading…
Reference in New Issue
Block a user