Hi Suzuki,It renames, but still, leaves the ARM_CCI to build the arm-cci.o, which is in the original commit.
your commit c9966c98697a ("arm-cci: Split the code for PMU vs driver
support") renames the Kconfig option ARM_CCI to ARM_CCI400_PORT_CTRL.
However, the commit does not rename all references on ARM_CCI:
drivers/bus/Kconfig:29: select ARM_CCIYes, it is. This problem was introduced due to a conflict in the linux-next.
drivers/bus/Makefile:6:obj-$(CONFIG_ARM_CCI) += arm-cci.o
include/linux/arm-cci.h:31:#ifdef CONFIG_ARM_CCI
Is this intentional or is there a patch scheduled somewhere to fix this issue?