[coreboot-gerrit] Change in coreboot[master]: soc/intel/braswell: Hide some Kconfig options in menuconfig

Arthur Heymans (Code Review) gerrit at coreboot.org
Tue Jun 13 14:49:14 CEST 2017


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/20181


Change subject: soc/intel/braswell: Hide some Kconfig options in menuconfig
......................................................................

soc/intel/braswell: Hide some Kconfig options in menuconfig

Don't allow the user to set PCIe configspace base address.

Don't allow the user to set the DCACHE size and base.

Change-Id: I7a42cc5f6098214364624bcfa3cbd93b4903ee84
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/soc/intel/braswell/Kconfig
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/20181/1

diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig
index 520253a..36af3fe 100644
--- a/src/soc/intel/braswell/Kconfig
+++ b/src/soc/intel/braswell/Kconfig
@@ -55,7 +55,7 @@
 	default "soc/intel/braswell/bootblock/bootblock.c"
 
 config MMCONF_BASE_ADDRESS
-	hex "PCIe CFG Base Address"
+	hex
 	default 0xe0000000
 
 config MAX_CPUS
@@ -88,11 +88,11 @@
 #
 
 config DCACHE_RAM_BASE
-	hex "Temporary RAM Base Address"
+	hex
 	default 0xfef00000
 
 config DCACHE_RAM_SIZE
-	hex "Temporary RAM Size"
+	hex
 	default 0x4000
 	help
 	  The size of the cache-as-ram region required during bootblock

-- 
To view, visit https://review.coreboot.org/20181
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a42cc5f6098214364624bcfa3cbd93b4903ee84
Gerrit-Change-Number: 20181
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>



More information about the coreboot-gerrit mailing list