diff --git a/target/Kconfig b/target/Kconfig index 83da0bd293..2c937e2be4 100644 --- a/target/Kconfig +++ b/target/Kconfig @@ -2,6 +2,7 @@ source alpha/Kconfig source arm/Kconfig source avr/Kconfig source cris/Kconfig +source e2k/Kconfig source hppa/Kconfig source i386/Kconfig source loongarch/Kconfig diff --git a/target/e2k/Kconfig b/target/e2k/Kconfig new file mode 100644 index 0000000000..cf8ecd6035 --- /dev/null +++ b/target/e2k/Kconfig @@ -0,0 +1,6 @@ +config E2K + bool + +config E2K32 + bool + select E2K