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>
This commit is contained in:
Andy Hu 2022-12-06 18:43:31 +08:00
parent 247c10448e
commit e3c521b8bd
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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/