diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-11 20:31:23 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-04-19 18:38:29 +0200 |
commit | f4609f9abf23bb48963ee173d2e54e5e71e6b64d (patch) | |
tree | 42d34be2ab63d9fc64e88d10bec331a123932b23 /src/drivers/ricoh | |
parent | 56f19818dda42f82aa91e5c82ad5a624a9f81518 (diff) |
drivers/ricoh: Switch to src/drivers/[X]/[Y]/ scheme
Reorder drivers to fit src/drivers/[X]/[Y]/ scheme to make
them pluggable.
Change-Id: I3cf32ec58ba40db11fae3dda6dcb2375002e7cb4
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14052
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/drivers/ricoh')
-rw-r--r-- | src/drivers/ricoh/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/ricoh/Kconfig b/src/drivers/ricoh/Kconfig deleted file mode 100644 index 6b0514297e..0000000000 --- a/src/drivers/ricoh/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/drivers/ricoh/rce822/Kconfig |