diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-03 18:48:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-03 18:48:10 +0000 |
commit | 541f569a9dc0a61177332d333e40a8ec5c3c4ea2 (patch) | |
tree | 210748a6c18987e5922ca60c24979e2e9bac20ab /target/linux/generic/config-3.14 | |
parent | 48693874809bd19360be0f92edf15b13100ee146 (diff) | |
download | upstream-541f569a9dc0a61177332d333e40a8ec5c3c4ea2.tar.gz upstream-541f569a9dc0a61177332d333e40a8ec5c3c4ea2.tar.bz2 upstream-541f569a9dc0a61177332d333e40a8ec5c3c4ea2.zip |
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 <mathieu@codeaurora.org>
SVN-Revision: 45256
Diffstat (limited to 'target/linux/generic/config-3.14')
-rw-r--r-- | target/linux/generic/config-3.14 | 5 |
1 files changed, 5 insertions, 0 deletions
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 |