OSDN Git Service

Kconfig: arm64: Update dependencies for CONFIG_FORCE_PAGES
authorLiam Mark <lmark@codeaurora.org>
Wed, 28 Oct 2015 21:07:12 +0000 (14:07 -0700)
committerJeevan Shriram <jshriram@codeaurora.org>
Wed, 18 May 2016 20:38:35 +0000 (13:38 -0700)
commitd4202a685bb2ce236c244161b173b8cfc7aa7096
tree9a142e1a7c9a3c128af701d7742d3001982bc1b7
parent2ef8479273158dd0f48faafa1f00eec10297aaae
Kconfig: arm64: Update dependencies for CONFIG_FORCE_PAGES

Currently we don't support having both CONFIG_DEBUG_RODATA
and CONFIG_FORCE_PAGES enabled at the same time.
Update the dependencies for CONFIG_FORCE_PAGES to enforce
this.

If there is a need for read only support with
CONFIG_FORCE_PAGES enabled then enable
CONFIG_KERNEL_TEXT_RDONLY instead of CONFIG_DEBUG_RODATA.

Change-Id: I9ee1732ed0673edc7272d32469d08133fba9637f
Signed-off-by: Liam Mark <lmark@codeaurora.org>
arch/arm64/Kconfig.debug