diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-04 01:58:28 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-07 17:40:28 +0200 |
commit | a48ca841a2f2a24d53cc47d54453d60d15cbfadc (patch) | |
tree | ba0e44280eac0dc1ae546922251720e26c500791 /src/ec | |
parent | f34ea5f6609c23db33b6a6b7c31c67c6214efae4 (diff) |
kconfig: drop intermittend forwarder files
With kconfig understanding wildcards, we don't need
Kconfig files that just include other Kconfig files
anymore.
Change-Id: I7584e675f78fcb4ff1fdb0731e340533c5bc040d
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/9298
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/Kconfig | 7 | ||||
-rw-r--r-- | src/ec/compal/Kconfig | 1 | ||||
-rw-r--r-- | src/ec/google/Kconfig | 1 | ||||
-rw-r--r-- | src/ec/kontron/Kconfig | 1 | ||||
-rw-r--r-- | src/ec/lenovo/Kconfig | 2 | ||||
-rw-r--r-- | src/ec/quanta/Kconfig | 2 | ||||
-rw-r--r-- | src/ec/smsc/Kconfig | 1 |
7 files changed, 0 insertions, 15 deletions
diff --git a/src/ec/Kconfig b/src/ec/Kconfig deleted file mode 100644 index 98aeb9c7a9..0000000000 --- a/src/ec/Kconfig +++ /dev/null @@ -1,7 +0,0 @@ -source src/ec/acpi/Kconfig -source src/ec/compal/Kconfig -source src/ec/google/Kconfig -source src/ec/kontron/Kconfig -source src/ec/lenovo/Kconfig -source src/ec/smsc/Kconfig -source src/ec/quanta/Kconfig diff --git a/src/ec/compal/Kconfig b/src/ec/compal/Kconfig deleted file mode 100644 index 5b7899aee5..0000000000 --- a/src/ec/compal/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/ec/compal/ene932/Kconfig diff --git a/src/ec/google/Kconfig b/src/ec/google/Kconfig deleted file mode 100644 index f83741ecc1..0000000000 --- a/src/ec/google/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/ec/google/chromeec/Kconfig diff --git a/src/ec/kontron/Kconfig b/src/ec/kontron/Kconfig deleted file mode 100644 index 747a667ef5..0000000000 --- a/src/ec/kontron/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/ec/kontron/it8516e/Kconfig diff --git a/src/ec/lenovo/Kconfig b/src/ec/lenovo/Kconfig deleted file mode 100644 index 73f11caa38..0000000000 --- a/src/ec/lenovo/Kconfig +++ /dev/null @@ -1,2 +0,0 @@ -source src/ec/lenovo/h8/Kconfig -source src/ec/lenovo/pmh7/Kconfig diff --git a/src/ec/quanta/Kconfig b/src/ec/quanta/Kconfig deleted file mode 100644 index 00c3dbf10a..0000000000 --- a/src/ec/quanta/Kconfig +++ /dev/null @@ -1,2 +0,0 @@ -source src/ec/quanta/ene_kb3940q/Kconfig -source src/ec/quanta/it8518/Kconfig diff --git a/src/ec/smsc/Kconfig b/src/ec/smsc/Kconfig deleted file mode 100644 index afc6e4b95e..0000000000 --- a/src/ec/smsc/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/ec/smsc/mec1308/Kconfig |