diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2016-12-19 16:42:05 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2016-12-19 16:42:05 -0600 |
commit | deaaa3cf20f95e025d0d5872f43e2b36047d635b (patch) | |
tree | 56a053006dbd4c21a61c6dc29cdda8b4557638e1 /baseconfig | |
parent | ad2e73028bb2d084346b2c1f9c4c451b1ae43d04 (diff) | |
download | kernel-deaaa3cf20f95e025d0d5872f43e2b36047d635b.tar.gz kernel-deaaa3cf20f95e025d0d5872f43e2b36047d635b.tar.xz kernel-deaaa3cf20f95e025d0d5872f43e2b36047d635b.zip |
Enable QDF2400 Onboard Networking
Diffstat (limited to 'baseconfig')
-rw-r--r-- | baseconfig/CONFIG_QCA7000 | 1 | ||||
-rw-r--r-- | baseconfig/CONFIG_QCOM_EMAC | 1 | ||||
-rw-r--r-- | baseconfig/arm/arm64/CONFIG_NET_VENDOR_QUALCOMM | 1 | ||||
-rw-r--r-- | baseconfig/arm/arm64/CONFIG_QCOM_EMAC | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/baseconfig/CONFIG_QCA7000 b/baseconfig/CONFIG_QCA7000 new file mode 100644 index 000000000..1a7ec7f1e --- /dev/null +++ b/baseconfig/CONFIG_QCA7000 @@ -0,0 +1 @@ +# CONFIG_QCA7000 is not set diff --git a/baseconfig/CONFIG_QCOM_EMAC b/baseconfig/CONFIG_QCOM_EMAC new file mode 100644 index 000000000..5f97471b2 --- /dev/null +++ b/baseconfig/CONFIG_QCOM_EMAC @@ -0,0 +1 @@ +# CONFIG_QCOM_EMAC is not set diff --git a/baseconfig/arm/arm64/CONFIG_NET_VENDOR_QUALCOMM b/baseconfig/arm/arm64/CONFIG_NET_VENDOR_QUALCOMM new file mode 100644 index 000000000..46be71a90 --- /dev/null +++ b/baseconfig/arm/arm64/CONFIG_NET_VENDOR_QUALCOMM @@ -0,0 +1 @@ +CONFIG_NET_VENDOR_QUALCOMM=y diff --git a/baseconfig/arm/arm64/CONFIG_QCOM_EMAC b/baseconfig/arm/arm64/CONFIG_QCOM_EMAC new file mode 100644 index 000000000..4e3fa019b --- /dev/null +++ b/baseconfig/arm/arm64/CONFIG_QCOM_EMAC @@ -0,0 +1 @@ +CONFIG_QCOM_EMAC=m |