summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Hu <andy.hu@starfivetech.com>2022-12-06 13:43:31 +0300
committerAndy Hu <andy.hu@starfivetech.com>2022-12-06 13:43:31 +0300
commite3c521b8bd80f23d7e610214289ee807fff30a57 (patch)
tree312e0c75319623f87b1e74b92b80ac6fb9d0e3b8
parent247c10448e49aeb9757029e575f6747ce5e02e5a (diff)
downloadlinux-e3c521b8bd80f23d7e610214289ee807fff30a57.tar.xz
e24: xrp: remove from Kconfig and Makefile
since run git filter-repo, then need to remove from Kconfig and Makefile Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
-rw-r--r--drivers/Kconfig4
-rw-r--r--drivers/Makefile2
2 files changed, 0 insertions, 6 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 1898ff98f006..e7fe5fd567fc 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -237,10 +237,6 @@ source "drivers/counter/Kconfig"
source "drivers/most/Kconfig"
-source "drivers/e24/Kconfig"
-
-source "drivers/xrp/Kconfig"
-
source "drivers/cpufreq/Kconfig"
endmenu
diff --git a/drivers/Makefile b/drivers/Makefile
index 07fe733e4136..be5d40ae1488 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -188,5 +188,3 @@ obj-$(CONFIG_GNSS) += gnss/
obj-$(CONFIG_INTERCONNECT) += interconnect/
obj-$(CONFIG_COUNTER) += counter/
obj-$(CONFIG_MOST) += most/
-obj-$(CONFIG_E24) += e24/
-obj-$(CONFIG_XRP) += xrp/