]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arc: minor fixes in Kconfig
authorAlexey Brodkin <abrodkin@synopsys.com>
Tue, 17 Mar 2015 11:26:43 +0000 (14:26 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:14 +0000 (14:38 +0200)
commit1f53930069aa3c12fb011128e67564a1803bcbf4
tree28851dd51bf83a90442a14c4027371915c951140
parentf7c32d5d86188697b4348e18d5df48bf46aae3c0
arc: minor fixes in Kconfig

 [1] Fix misspeling in ARC_CACHE_LINE_SHIFT dependency, now cache-line
lenth selection is correctly enabled if either I$ or D$ are enabled.

 [2] Add dummy entry to target list to make sure target type is always
mentioned in defconfig. Otherwise defconfig for the first target in the
list will not have target name and later on with addition of the new
target on top of the list in Kconfig will lead to corrupted
configuration expanded from defconfig.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/Kconfig