From 9f12cede493a51fa8d6915a0b8667f157e4a591b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 11 Apr 2018 11:12:16 -0500 Subject: Linux v4.16-11490-gb284d4d5a678 --- configs/fedora/generic/CONFIG_DAX | 1 + configs/fedora/generic/CONFIG_DW_AXI_DMAC | 1 + configs/fedora/generic/CONFIG_OF_PMEM | 1 + configs/fedora/generic/CONFIG_RTC_DRV_ISL12026 | 1 + configs/fedora/generic/arm/CONFIG_QCOM_SYSMON | 1 + 5 files changed, 5 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_DAX create mode 100644 configs/fedora/generic/CONFIG_DW_AXI_DMAC create mode 100644 configs/fedora/generic/CONFIG_OF_PMEM create mode 100644 configs/fedora/generic/CONFIG_RTC_DRV_ISL12026 create mode 100644 configs/fedora/generic/arm/CONFIG_QCOM_SYSMON (limited to 'configs') diff --git a/configs/fedora/generic/CONFIG_DAX b/configs/fedora/generic/CONFIG_DAX new file mode 100644 index 000000000..b756b7915 --- /dev/null +++ b/configs/fedora/generic/CONFIG_DAX @@ -0,0 +1 @@ +CONFIG_DAX=y diff --git a/configs/fedora/generic/CONFIG_DW_AXI_DMAC b/configs/fedora/generic/CONFIG_DW_AXI_DMAC new file mode 100644 index 000000000..0d88fd60a --- /dev/null +++ b/configs/fedora/generic/CONFIG_DW_AXI_DMAC @@ -0,0 +1 @@ +# CONFIG_DW_AXI_DMAC is not set diff --git a/configs/fedora/generic/CONFIG_OF_PMEM b/configs/fedora/generic/CONFIG_OF_PMEM new file mode 100644 index 000000000..1099fba70 --- /dev/null +++ b/configs/fedora/generic/CONFIG_OF_PMEM @@ -0,0 +1 @@ +CONFIG_OF_PMEM=y diff --git a/configs/fedora/generic/CONFIG_RTC_DRV_ISL12026 b/configs/fedora/generic/CONFIG_RTC_DRV_ISL12026 new file mode 100644 index 000000000..53f8497ca --- /dev/null +++ b/configs/fedora/generic/CONFIG_RTC_DRV_ISL12026 @@ -0,0 +1 @@ +CONFIG_RTC_DRV_ISL12026=m diff --git a/configs/fedora/generic/arm/CONFIG_QCOM_SYSMON b/configs/fedora/generic/arm/CONFIG_QCOM_SYSMON new file mode 100644 index 000000000..3ce134061 --- /dev/null +++ b/configs/fedora/generic/arm/CONFIG_QCOM_SYSMON @@ -0,0 +1 @@ +CONFIG_QCOM_SYSMON=m -- cgit