From: nbd Date: Fri, 3 Apr 2015 18:48:10 +0000 (+0000) Subject: linux: Add missing config options to generic configs X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ba00848ca67cfca924fea5de3f008a43e294e341;p=openwrt.git linux: Add missing config options to generic configs These missing options have been noticed while enabling the following configuration options on ipq806x, but they're available in the standard kernel: *ARCH_QCOM *CONFIG_USB_SUPPORT *CONFIG_USB_DWC3 *CONFIG_MFD_SYSCON Signed-off-by: Mathieu Olivari git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45256 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 846ea1ec77..735c3e97ed 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -2860,6 +2860,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_REGULATOR is not set # CONFIG_REGULATOR_ACT8865 is not set # CONFIG_REGULATOR_AD5398 is not set +# CONFIG_REGULATOR_ANATOP is not set # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_DA9210 is not set # CONFIG_REGULATOR_FAN53555 is not set @@ -3787,6 +3788,9 @@ CONFIG_USB_DEVICEFS=y # CONFIG_USB_DUMMY_HCD is not set # CONFIG_USB_DWC2 is not set # CONFIG_USB_DWC3 is not set +# CONFIG_USB_DWC3_EXYNOS is not set +# CONFIG_USB_DWC3_PCI is not set +# CONFIG_USB_DWC3_KEYSTONE is not set # CONFIG_USB_DWC_OTG_LPM is not set # CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_EG20T is not set @@ -3910,6 +3914,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_MON is not set # CONFIG_USB_MOUSE is not set +# CONFIG_USB_MSM_OTG is not set # CONFIG_USB_MUSB_HDRC is not set # CONFIG_USB_MV_U3D is not set # CONFIG_USB_MV_UDC is not set diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index e4df694769..7c05594e5b 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -925,6 +925,7 @@ CONFIG_DQL=y # CONFIG_DVB_TUNER_DIB0090 is not set # CONFIG_DW_DMAC is not set # CONFIG_DW_WATCHDOG is not set +# CONFIG_DWC3_HOST_USB3_LPM_ENABLE is not set # CONFIG_DX_SEP is not set # CONFIG_DYNAMIC_DEBUG is not set # CONFIG_E100 is not set @@ -1171,6 +1172,7 @@ CONFIG_GENERIC_TIME=y # CONFIG_GPIO_SCH is not set # CONFIG_GPIO_SCH311X is not set # CONFIG_GPIO_SX150X is not set +# CONFIG_GPIO_SYSCON is not set # CONFIG_GPIO_SYSFS is not set # CONFIG_GPIO_TS5500 is not set # CONFIG_GPIO_VX855 is not set @@ -1822,6 +1824,7 @@ CONFIG_LEDS_GPIO_PLATFORM=y # CONFIG_LEDS_PCA9685 is not set # CONFIG_LEDS_PWM is not set # CONFIG_LEDS_RENESAS_TPU is not set +# CONFIG_LEDS_SYSCON is not set # CONFIG_LEDS_TCA6507 is not set CONFIG_LEDS_TRIGGERS=y # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set @@ -2836,6 +2839,7 @@ CONFIG_PCI_SYSCALL=y # CONFIG_PHYS_ADDR_T_64BIT is not set # CONFIG_PHY_EXYNOS_DP_VIDEO is not set # CONFIG_PHY_EXYNOS_MIPI_VIDEO is not set +# CONFIG_PHY_QCOM_DWC3 is not set # CONFIG_PHY_SAMSUNG_USB2 is not set # CONFIG_PID_IN_CONTEXTIDR is not set # CONFIG_PID_NS is not set @@ -2869,6 +2873,7 @@ CONFIG_PINMUX=y # CONFIG_POWER_AVS is not set # CONFIG_POWER_RESET is not set # CONFIG_POWER_RESET_RESTART is not set +# CONFIG_POWER_RESET_VERSATILE is not set # CONFIG_POWER_SUPPLY is not set # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PPC4xx_GPIO is not set @@ -2994,6 +2999,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_REGULATOR is not set # CONFIG_REGULATOR_ACT8865 is not set # CONFIG_REGULATOR_AD5398 is not set +# CONFIG_REGULATOR_ANATOP is not set # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_DA9210 is not set # CONFIG_REGULATOR_DA9211 is not set @@ -4053,11 +4059,16 @@ CONFIG_USB_DEVICEFS=y # CONFIG_USB_DWC2_HOST is not set # CONFIG_USB_DWC2_PERIPHERAL is not set # CONFIG_USB_DWC3 is not set +# CONFIG_USB_DWC3_EXYNOS is not set +# CONFIG_USB_DWC3_QCOM is not set +# CONFIG_USB_DWC3_PCI is not set +# CONFIG_USB_DWC3_KEYSTONE is not set # CONFIG_USB_DWC_OTG_LPM is not set # CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_EG20T is not set # CONFIG_USB_EHCI_HCD_AT91 is not set # CONFIG_USB_EHCI_HCD_PPC_OF is not set +# CONFIG_USB_EHCI_MSM is not set # CONFIG_USB_EHCI_MV is not set CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_TT_NEWSCHED=y @@ -4181,6 +4192,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_MON is not set # CONFIG_USB_MOUSE is not set +# CONFIG_USB_MSM_OTG is not set # CONFIG_USB_MUSB_HDRC is not set # CONFIG_USB_MV_U3D is not set # CONFIG_USB_MV_UDC is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 1f4d624273..5e92d39509 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -943,6 +943,7 @@ CONFIG_DQL=y # CONFIG_DVB_TUNER_DIB0090 is not set # CONFIG_DW_DMAC is not set # CONFIG_DW_WATCHDOG is not set +# CONFIG_DWC3_HOST_USB3_LPM_ENABLE is not set # CONFIG_DX_SEP is not set # CONFIG_DYNAMIC_DEBUG is not set # CONFIG_E100 is not set @@ -1191,6 +1192,7 @@ CONFIG_GENERIC_TIME=y # CONFIG_GPIO_SCH is not set # CONFIG_GPIO_SCH311X is not set # CONFIG_GPIO_SX150X is not set +# CONFIG_GPIO_SYSCON is not set # CONFIG_GPIO_SYSFS is not set # CONFIG_GPIO_TS5500 is not set # CONFIG_GPIO_VX855 is not set @@ -1858,6 +1860,7 @@ CONFIG_LEDS_GPIO_PLATFORM=y # CONFIG_LEDS_PCA9685 is not set # CONFIG_LEDS_PWM is not set # CONFIG_LEDS_RENESAS_TPU is not set +# CONFIG_LEDS_SYSCON is not set # CONFIG_LEDS_TCA6507 is not set CONFIG_LEDS_TRIGGERS=y # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set @@ -2892,6 +2895,7 @@ CONFIG_PCI_SYSCALL=y # CONFIG_PHY_EXYNOS_DP_VIDEO is not set # CONFIG_PHY_EXYNOS_MIPI_VIDEO is not set # CONFIG_PHY_SAMSUNG_USB2 is not set +# CONFIG_PHY_QCOM_DWC3 is not set # CONFIG_PID_IN_CONTEXTIDR is not set # CONFIG_PID_NS is not set CONFIG_PINCONF=y @@ -2924,6 +2928,7 @@ CONFIG_PINMUX=y # CONFIG_POWER_AVS is not set # CONFIG_POWER_RESET is not set # CONFIG_POWER_RESET_RESTART is not set +# CONFIG_POWER_RESET_VERSATILE is not set # CONFIG_POWER_SUPPLY is not set # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PPC4xx_GPIO is not set @@ -3050,6 +3055,7 @@ CONFIG_RCU_KTHREAD_PRIO=0 # CONFIG_REGULATOR is not set # CONFIG_REGULATOR_ACT8865 is not set # CONFIG_REGULATOR_AD5398 is not set +# CONFIG_REGULATOR_ANATOP is not set # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_DA9210 is not set # CONFIG_REGULATOR_DA9211 is not set @@ -4141,11 +4147,16 @@ CONFIG_USB_DEVICEFS=y # CONFIG_USB_DWC2_HOST is not set # CONFIG_USB_DWC2_PERIPHERAL is not set # CONFIG_USB_DWC3 is not set +# CONFIG_USB_DWC3_EXYNOS is not set +# CONFIG_USB_DWC3_QCOM is not set +# CONFIG_USB_DWC3_PCI is not set +# CONFIG_USB_DWC3_KEYSTONE is not set # CONFIG_USB_DWC_OTG_LPM is not set # CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_EG20T is not set # CONFIG_USB_EHCI_HCD_AT91 is not set # CONFIG_USB_EHCI_HCD_PPC_OF is not set +# CONFIG_USB_EHCI_MSM is not set # CONFIG_USB_EHCI_MV is not set CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_TT_NEWSCHED=y @@ -4271,6 +4282,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_MON is not set # CONFIG_USB_MOUSE is not set +# CONFIG_USB_MSM_OTG is not set # CONFIG_USB_MUSB_HDRC is not set # CONFIG_USB_MV_U3D is not set # CONFIG_USB_MV_UDC is not set