diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2012-11-27 10:36:06 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2012-11-28 07:55:59 +0100 |
commit | 6e3728bb12688e8de300c04d5e7a688bc99a2d15 (patch) | |
tree | a3ac428b189aa9acc4b7cd80b7be7d2c701a9c76 /src/Kconfig | |
parent | bbc880eee702fc175d4a3c3e87b682c26c38f940 (diff) |
Add .h files for samsung exynos 5250
Per a conversation with Stefan, these chip-dependent files are moved
to the src tree, in the manner of other chips (north and southbridge).
Change-Id: I12645ba05eb241eda200ed06cb633541a6a98119
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Reviewed-on: http://review.coreboot.org/1925
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index fadcbc4c6e..188d0bd17d 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -204,6 +204,8 @@ config ARCH_X86 bool default n +# Warning: The file is included whether or not the if is here. +# but the if controls how the evaluation occurs. if ARCH_X86 source src/arch/x86/Kconfig endif |