REMAP_VECTORS_TO_RAM option in arch/arm/Kconfig-nommu hidden

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

I don't see the REMAP_VECTORS_TO_RAM option in the menuconfig of the 3.2.14 kernel in nommu mode (even i had set the DRAM_BASE).

Without this option, the CONFIG_VECTORS_BASE remain to zero.

I had to do the following modifications to be ale to see the option.

--- Kconfig-nommu.orig  2012-04-15 12:51:51.000000000 +0200
+++ Kconfig-nommu       2012-04-15 12:52:05.000000000 +0200
@@ -34,8 +34,7 @@
          used instead of the auto-probing which utilizes the register.

 config REMAP_VECTORS_TO_RAM
-       bool 'Install vectors to the beginning of RAM' if DRAM_BASE
-       depends on DRAM_BASE
+       bool 'Install vectors to the beginning of RAM'
        help
          The kernel needs to change the hardware exception vectors.
          In nommu mode, the hardware exception vectors are normally

Even with only one of "if DRAM_BASE" or "depends on DRAM_BASE", it doesn't appear in the menu.

Regards.

Paul.

P.S : i'm not a list member, could you cc me you reply please ?

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux