qcacld-3.0: Add flag to enable rome device id
With the changes introduced in
Change-Id: I91e87ffa32d77e2bab15fca09514cdefb1075c71
Change-Id: Ie6579d1ed34de2c183f9ce2d411a02d6c8137da5
wlan chipset's device id won't be available in
pld_pcie_id_table unless a chip specific macro is defined;
and cnss2 will do strict device id matching after wlan
driver registers to it.
This has been a problem for rome on auto platforms because
there has been no chip specific macro defined in its
defconfig file(qca6174_defconfig).
Add rome specific macro into qca6174_defconfig to make sure
wlan driver exports the correct device id when registering
to cnss2 driver on msm-5.4, so cnss2 device id check can
be passed and wlan driver init doesn't fail.
Change-Id: Idd7a86380613b9f624cfa6e4574d40065e85a221
CRs-Fixed: 2907268