X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=arch%2Fmips%2FKconfig;h=99ec21f354333d9a630aa18d0db3cc20140c6178;hb=069fd766271de65ec4dc2eb8d15f7f44727b1ea1;hp=b5609111a3bd743791fbc8703a75290e1119d634;hpb=aadeec4df9b33526f45a27e61df6891dd21b1e39;p=cascardo%2Flinux.git diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b5609111a3bd..99ec21f35433 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2473,6 +2473,22 @@ config NUMA config SYS_SUPPORTS_NUMA bool +config RELOCATION_TABLE_SIZE + hex "Relocation table size" + depends on RELOCATABLE + range 0x0 0x01000000 + default "0x00100000" + ---help--- + A table of relocation data will be appended to the kernel binary + and parsed at boot to fix up the relocated kernel. + + This option allows the amount of space reserved for the table to be + adjusted, although the default of 1Mb should be ok in most cases. + + The build will fail and a valid size suggested if this is too small. + + If unsure, leave at the default value. + config NODES_SHIFT int default "6"