On 04/10/2012 12:26 PM, Sergei Shtylyov wrote:
Hello.
Leonid Yegoshin wrote:
+config 64BIT_PHYS_ADDR
+ bool "Kernel supports 64 bit physical addresses" if EXPERIMENTAL
+ depends on 64BIT
This option is selected on 32-bit CPUs like Alchemy, which has
36-bit physical address. It will cause a warning about unmet
Just verified - selected Alchemy and DB1000 board and got
# CONFIG_64BIT is not set
CONFIG_64BIT_PHYS_ADDR=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_PHYS_ADDR_T_64BIT=y
???
And you didn't get a warning on "select 64BIT_PHYS_ADDR"? Strange,
modern Kconfig should spit out one...
OK, you right, I missed it in bunch of another. It has sense to add a
missed dependency.
- Leonid.